rockchip: Use common crash console functions
authorAntonio Nino Diaz <[email protected]>
Tue, 16 Oct 2018 15:39:12 +0000 (16:39 +0100)
committerAntonio Nino Diaz <[email protected]>
Thu, 25 Oct 2018 08:56:09 +0000 (09:56 +0100)
This platform depends on weak functions defined in
``plat/common/aarch64/platform_helpers.S`` that are going to be removed.

Change-Id: I5104d091c32271d77ed9690e9dc257c061289def
Signed-off-by: Antonio Nino Diaz <[email protected]>
plat/rockchip/rk3328/platform.mk
plat/rockchip/rk3368/platform.mk
plat/rockchip/rk3399/platform.mk

index 560cccae67b8849741d0aba891e32de1065f2bb6..785f640367a15d27c1faa653e546841be4fbf2a1 100644 (file)
@@ -29,6 +29,7 @@ RK_GIC_SOURCES                :=      drivers/arm/gic/common/gic_common.c             \
 
 PLAT_BL_COMMON_SOURCES :=      lib/xlat_tables/aarch64/xlat_tables.c           \
                                lib/xlat_tables/xlat_tables_common.c            \
+                               plat/common/aarch64/crash_console_helpers.S     \
                                plat/common/plat_psci_common.c
 
 BL31_SOURCES           +=      ${RK_GIC_SOURCES}                               \
index 050a2c423ce390ca9ef544ff5664932e71af1459..a3e593e60553ad0d1826107b6c53f5f73bd00ac1 100644 (file)
@@ -26,6 +26,7 @@ RK_GIC_SOURCES         :=     drivers/arm/gic/common/gic_common.c             \
 
 PLAT_BL_COMMON_SOURCES :=      lib/xlat_tables/xlat_tables_common.c            \
                                lib/xlat_tables/aarch64/xlat_tables.c           \
+                               plat/common/aarch64/crash_console_helpers.S     \
                                plat/common/plat_psci_common.c
 
 BL31_SOURCES           +=      ${RK_GIC_SOURCES}                               \
index 91204192886c36d740e5189e34d162b031d0b4ba..eccf1cc850e164d8a681403ba505f9e5a85abca1 100644 (file)
@@ -32,6 +32,7 @@ RK_GIC_SOURCES                :=      drivers/arm/gic/common/gic_common.c     \
 
 PLAT_BL_COMMON_SOURCES :=      lib/xlat_tables/xlat_tables_common.c    \
                                lib/xlat_tables/aarch64/xlat_tables.c   \
+                               plat/common/aarch64/crash_console_helpers.S \
                                plat/common/plat_psci_common.c
 
 BL31_SOURCES   +=      ${RK_GIC_SOURCES}                               \